home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_3 / date.ads < prev    next >
Text File  |  1995-08-12  |  3KB  |  63 lines

  1.            ADS Zone: 1
  2.      ADS Hatch Site: Paul Miller
  3.        ADS Position: ADS Zone 1 STAR
  4.            BBS Name: Lonely Mountain BBS
  5.     Phone Number(s): 804-827-0726
  6.     Network Address: 1:271/292  
  7.      Network Region: 13    
  8.           BBS Hours: 24 Hrs/Day
  9. BBS Mailer/Software: Mebbs-Net Pro BBS
  10.   BBS Storage Space: 2250 Megs + 8 CD Roms
  11.   File Requestable :  <X> Y     < > N
  12. File Request Hours : All The Time
  13.  
  14. - - - - - - - - - - - - - - - - - - - - - - - - - -
  15.  
  16. Short:    Routines which help in calculating dates V33.158
  17. Author:   i07m@zfn.uni-bremen.de (Kai Hofmann)
  18. Uploader: i07m@zfn.uni-bremen.de (Kai Hofmann)
  19. Type:     dev/c
  20.  
  21. This is my library of routines for date calculations.
  22. It is written in strict ANSI-C and C++!
  23. Date was originally developed on an accelerated Amiga 2000 with SAS C/C++ 6.55.
  24. It was tested on an 386 with Borland C++ 4.5 and on some Sun workstations
  25. with gcc without problems :)
  26. Now I included my TextEngine in this distribution.
  27.  
  28. Features:
  29.   - Support for six different date/time measurement systems:
  30.     Julian, Gregorian, Heis, Julian Day, Modified Julian Day, Scaliger Year
  31.     (other systems will follow).
  32.   - Month/Weekday and other date/time string support for 12 languages.
  33.   - Support for different countries (implementation not finished!).
  34.   - Calculating leap years.
  35.   - Functions to calculate the days of a month or a year or
  36.     between two dates.
  37.   - Functions to calculate the weeknumber and the weekday.
  38.   - Check the validity of a date.
  39.   - Calculating Easter.
  40.   - Comparing dates.
  41.   - Powerfull functions to handle differences between dates.
  42.   - Transformations from one time measurement system to the others.
  43.   - Calculating your local time zone out of your position on the earth.
  44.   - Calculating the age of the moon and the moon phase.
  45.   - Check the validity of a time.
  46.   - Comparing times.
  47.   - Transforming 24h time format into seconds and back.
  48.   - Transforming 24h time format to Julian Day time format and back.
  49.   - Powerfull textengine for creating date/time strings in different languages,
  50.     that supports nearly all features of the date library.
  51.   - A C++ class concept, which makes it very easy to use the complex
  52.     functionality of the date library.
  53.   - Autodoc describing all functions in the library.
  54.   - Including ANSI-C/C++ sources and test example.
  55.  
  56. I hope you like it. Please send a small gift (this is GiftWare after all :-)
  57. for the hard work done by me on this project!
  58. There is nothing more at this time for me to tell you.
  59. If you have any further comment, kindly send an email.
  60.  
  61. Kai Hofmann
  62. i07m@zfn.uni-bremen.de
  63.